libostree: Fix bracket-missing warnings
authorKrzesimir Nowak <krzesimir@kinvolk.io>
Fri, 13 May 2016 11:34:57 +0000 (13:34 +0200)
committerColin Walters (automation) <walters+githubbot@verbum.org>
Fri, 13 May 2016 12:22:59 +0000 (12:22 +0000)
commitcb4545670826a8bb157395206473a51a3c59181e
tree0e861cd4891e781162689c26afdc9302a6a3f003
parentd451b87fbeb44f1e385c68d40e77b8f8112331ce
libostree: Fix bracket-missing warnings

Apparently I got the bracketing wrong in
862e6ecdcc58f025696b1394adfc0fcf7322df23:

src/libostree/ostree-repo.c: In function 'ostree_repo_delete_object':
src/libostree/ostree-repo.c:3538:11: warning: missing braces around
initializer [-Wmissing-braces]
           g_auto(GVariantBuilder) builder = {0,};

Closes: #298
Approved by: cgwalters
src/libostree/ostree-repo-static-delta-compilation.c
src/libostree/ostree-repo.c